projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
552db7c
)
tests: Set an existing font in testfontchooser
author
Benjamin Otte
<otte@redhat.com>
Thu, 12 Dec 2019 02:13:22 +0000
(
03:13
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 12 Dec 2019 18:50:55 +0000
(19:50 +0100)
tests/testfontchooser.c
patch
|
blob
|
history
diff --git
a/tests/testfontchooser.c
b/tests/testfontchooser.c
index e7c349ce37e43631dd1b1fcb9a50f282900301ab..039a5695b5c14b0d5752494646764877b810b682 100644
(file)
--- a/
tests/testfontchooser.c
+++ b/
tests/testfontchooser.c
@@
-81,7
+81,7
@@
main (int argc, char *argv[])
g_signal_connect (fontchooser, "font-activated",
G_CALLBACK (font_activated_cb), NULL);
- gtk_font_chooser_set_font (GTK_FONT_CHOOSER (fontchooser), "
Bitstream Vera
Sans 45");
+ gtk_font_chooser_set_font (GTK_FONT_CHOOSER (fontchooser), "Sans 45");
gtk_font_chooser_set_preview_text (GTK_FONT_CHOOSER (fontchooser), "[user@host ~]$ &>>");
gtk_font_chooser_set_show_preview_entry (GTK_FONT_CHOOSER (fontchooser), FALSE);